home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / recent1 / wwwcount2.3src.readme < prev   
Text File  |  1997-06-16  |  4KB  |  115 lines

  1. Short:    WWW counter for Amigaservers running Apache or AWS
  2. Author:   Muhammad A. Muquit
  3. Uploader: albertv@spinnewiel.xs4all.nl
  4. Version:  v2.3
  5. Type:     comm/www
  6.  
  7.  
  8.  
  9.  
  10.              WWWCOUNTER 2.3 (C) 1996 by Muhammad A. Muquit 
  11.                  Ported for the Amiga by Bert Vortman.
  12.              **** SOURCE DISTRIBUTION ****
  13.  
  14.  
  15. Introduction:
  16. -------------
  17.  
  18. I have installed the wwwcounter2.3, made by Muhammed A.Muwuir,
  19. at the Digital City of Delft  (http://www.dsdelft.nl, a dutch site) 
  20. for quite some time now and it works perfectly. One of the nicest 
  21. things is the configurability of the wwwcounter. You can decide 
  22. how it looks, who can and who can not make use of the counter,
  23. add as much custom made digits as you want, etc. In one word: 
  24. a perfect program for a server! 
  25. It also tries to be smart in case someone presses reload. 
  26. The counter won't count in that case. Well, it has all kind
  27. of nice options like displaying date and time, colour of the counter,
  28. etc, etc. Too much to say in a few words. But it had one drawback: 
  29. it only runned on WindowsNT, OS2 and Unix computers. But since some
  30. Amiga owners developed the Ixemul.library, it became possible
  31. to port UNIX programs to the Amiga. Since I had the sources
  32. at the DSD (Digitale Stad (city) Delft) somewhere around, I could
  33. not resist the temptation to compile it on my Amiga.
  34. It was easier than I thought with the help of GCC and Ixemul.library. 
  35. Only one small addition had to be made in the Count-install script, 
  36. but that was basically it. So, now can every Amiga-server on the 
  37. internet/intranet run the wwwcounter too.
  38.  
  39. Requirements:
  40. -------------
  41.  
  42. - ixemul.library v46 from http://www.ninemoons.com if you run AWS
  43.  
  44.   If you run Apache, do nothing, you must have the correct version of
  45.   ixemul already. 
  46.  
  47. - Gcc installation   from http://www.ninemoons.com
  48.  
  49. - fileutils-3.15.lha from http://www.ninemoons.com
  50.  
  51. - static IP address. It is impossible to use it with a dynamic connection.
  52.  
  53. - Apache httpd       from www.dsdelft.nl/~apache
  54.  
  55.   or
  56.   
  57.   AWS httpd          from www.omnipresence.com/AWS
  58.  
  59.  
  60. See the Amiga Install file for instructions on installing 
  61. the wwwcounter. And don't forget to read the documents in the 
  62. docs directory for additional information.
  63.  
  64.  
  65. Copyright:
  66. ----------
  67.  
  68. Copyright 1995-1996 by Muhammad A Muquit. Permission to use, copy, modify
  69. and sell this program for any purpose is hereby granted without fee,
  70. provided that this copyright notice appear in all copies and that both that
  71. copyright notice and this permission notice appear in supporting
  72. documentation.  If the program is included in a book, publication or in a
  73. software distribution media for sale, the author must be notified about it.
  74. No binary only distribution is allowed. All distributions must include the
  75. source and this copyright notice.
  76.  
  77. THIS PROGRAM IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY.
  78. THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  79. ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE
  80. AUTHOR Muhammad A. Muquit BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  81. CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  82. DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  83. TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  84. PERFORMANCE OF THIS SOFTWARE.
  85.  
  86.  
  87. Questions:
  88. ----------
  89.  
  90. For questions about the program, mail to:
  91.  
  92. ma_muquit@fccc.edu
  93.  
  94. or visit his excellent homepage at:
  95.  
  96. http://www.fccc.edu/~maquit
  97.  
  98. For questions about the Amiga Port:
  99.  
  100. albertv@spinnewiel.xs4all.nl
  101.  
  102.  
  103. Distribution:
  104. -------------
  105.  
  106. This is the source archive, you have to install the wwwcounter2.3 yourself!
  107.  
  108. I have made a binary distribution also, but that has one drawback, you must 
  109. install it in the directory where I am using it AND you can not choose where 
  110. the cgi-bin directory of your server is. In that case you have to change the 
  111. place where your httpd is living or ask me to compile a wwwcounter too meet 
  112. your needs. It is NOT possible to use the compiled version at another place
  113. because the wwwcounter2.3 need the correct path to determine the location of
  114. the datafiles, the digits and the configuration file.
  115.